home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00827_star y 3.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  145 b   |  9 lines

  1. on mouseUp
  2.   set the movieRate of sprite 8 to 1
  3.   if the frame < 1900 then
  4.     go("vid wall 3")
  5.   else
  6.     play frame "vid wall 3a"
  7.   end if
  8. end
  9.